home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / spinava historka / gEN.swf / scripts / frame_2 / DoAction.as < prev   
Text File  |  2004-10-08  |  514b  |  29 lines

  1. setProperty("_root.hero", _alpha, "100");
  2. setProperty("_root.hero", _xscale, "+100");
  3. setProperty("_root.hero", _yscale, "100");
  4. setProperty("_root.hero", _X, "175");
  5. setProperty("_root.hero", _Y, "425");
  6. stop();
  7. if(prog_bar1 eq true)
  8. {
  9.    tellTarget("_root.debats")
  10.    {
  11.       gotoAndStop(25);
  12.    }
  13. }
  14. if(prog_bar2 eq true)
  15. {
  16.    tellTarget("_root.debats")
  17.    {
  18.       gotoAndStop(55);
  19.    }
  20. }
  21. tellTarget("_root.c")
  22. {
  23.    gotoAndStop(1);
  24. }
  25. tellTarget("_root.darker")
  26. {
  27.    gotoAndPlay(2);
  28. }
  29.